home *** CD-ROM | disk | FTP | other *** search
- #[
- # Name: u.unix95.ugd
- #
- # Derived from: mac95.ugd
- #
- # Author: Clive Standbridge
- #
- # Created on: Dec 1996
- #
- # Sccs ID: @(#)u.unix95.ugd 1.5 07/10/97
- #
- # Coding Stds:
- #
- # Purpose: A script file for use with Windows 95 upgrader WIN95LIC
- # This script is specific to Unix hosts.
- #
- # Copyright 1997 Insignia Solutions PLC. All rights reserved.
- #]
-
- #-------------------------------------------------------------------------------
- # Add WinIdle to Startup Folder.
- #-------------------------------------------------------------------------------
- LNK
- CRT
- $$STARTUP\WNIDLE32.LNK
- C:\WINDOWS\WNIDLE32.EXE
- 0000
- END
-
-
- #-------------------------------------------------------------------------------
- # Restore standard keyboard layouts which may have been altered by beta upgrades
- #-------------------------------------------------------------------------------
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00000809
- REG_SZ
- layout file
- kbduk.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000040C
- REG_SZ
- layout file
- kbdfr.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00000407
- REG_SZ
- layout file
- kbdgr.kbd
- END
-
- #-------------------------------------------------------------------------------
- # Add registry entries for host-specific keyboard layouts.
- # These may then be selected as special sub-language variants.
- #-------------------------------------------------------------------------------
-
- # HP UK ITF keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 00008809
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00008809
- REG_SZ
- layout file
- kukitf.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00008809
- REG_SZ
- layout text
- HP UK ITF
- END
-
- # HP French ITF keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 0000840C
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000840C
- REG_SZ
- layout file
- kfritf.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000840C
- REG_SZ
- layout text
- HP French ITF
- END
-
- # HP German ITF keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 00008407
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00008407
- REG_SZ
- layout file
- kgritf.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00008407
- REG_SZ
- layout text
- HP German ITF
- END
-
- # SPARC UK type 4 keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 00009809
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00009809
- REG_SZ
- layout file
- kukt4.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00009809
- REG_SZ
- layout text
- SPARC UK type 4
- END
-
- # SPARC French type 4 keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 0000940C
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000940C
- REG_SZ
- layout file
- kfrt4.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000940C
- REG_SZ
- layout text
- SPARC French type 4
- END
-
- # SPARC German type 4 keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 00009407
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00009407
- REG_SZ
- layout file
- kgrt4.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\00009407
- REG_SZ
- layout text
- SPARC German type 4
- END
-
- # SPARC UK type 5 keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 0000A809
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000A809
- REG_SZ
- layout file
- kukt5.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000A809
- REG_SZ
- layout text
- SPARC UK type 5
- END
-
- # SPARC French type 5 keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 0000A40C
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000A40C
- REG_SZ
- layout file
- kfrt5.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000A40C
- REG_SZ
- layout text
- SPARC French type 5
- END
-
- # SPARC German type 5 keyboard
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\Nls\Locale
- REG_SZ
- 0000A407
-
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000A407
- REG_SZ
- layout file
- kgrt5.kbd
- END
-
- REG
- UPD
- HKEY_LOCAL_MACHINE
- System\CurrentControlSet\control\keyboard layouts\0000A407
- REG_SZ
- layout text
- SPARC German type 5
- END
-